summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2005-11-22 03:40:14 +0000
committerRich Megginson <rmeggins@redhat.com>2005-11-22 03:40:14 +0000
commitf8dda515699b63542c9cd9cf62dff1c8e5feda1e (patch)
treea093a18c9b3363a3f8645a4715d8b85fd7dfbf5f /include
parentd0b36a594c1cca43526b27fdfe2f22c1b62c0ce2 (diff)
Cannot pass const strings into slapi_str2filter, since it can modifyFedoraDirSvr_20051103_RTCFedoraDirSvr10
the contents. I'm not sure why we haven't caught this earlier, but I believe it has something to do with the patch to make ds build on Fedora Core 4 with gcc4. To do that, we turn off the -fwriteable-strings argument to gcc. I suppose with it on, it moves those strings to some sort of writeable memory location. With it off, constant strings are definitely in the data section. There was one place in views that used a constant string, and a couple of places in the windows sync code.
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions