View | Details | Raw Unified | Return to bug 163119
Collapse All | Expand All

(-)lib/libc/stdio/mktemp.3 (-6 lines)
Lines 180-191 Link Here
180
will result in a core dump due to
180
will result in a core dump due to
181
.Fn mkstemp
181
.Fn mkstemp
182
attempting to modify the string constant that was given.
182
attempting to modify the string constant that was given.
183
If the program in question makes heavy use of that type
184
of function call, you do have the option of compiling the program
185
so that it will store string constants in a writable segment of memory.
186
See
187
.Xr gcc 1
188
for more information.
189
.Sh SEE ALSO
183
.Sh SEE ALSO
190
.Xr chmod 2 ,
184
.Xr chmod 2 ,
191
.Xr getpid 2 ,
185
.Xr getpid 2 ,

Return to bug 163119