This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH][BZ #12847] dprintf/vdprintf can cause fork to fail (child process crash)


> No. Do you really want it as a separate bug rather than just a part of
> this existing one?

Yes.  It's another change (and a user-visible one) that is not required to
fix the reported bug.

> If so, since dprintf is not required to be AS-safe,
> should it just be filed like a wishlist item?

Sure.  Though, as the sole inventor of dprintf many years before it was
standardized, I can say authoritatively that it was always the intent that
it not have any more entanglements (i.e. potential failure modes) than
stack use and calling write.  (That was never exactly true in the face of
user-defined printf extensions, but close enough.)


Thanks,
Roland


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]