This is the mail archive of the glibc-bugs@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]

[Bug libc/16038] A very large alignment value causes memalign/posix_memalign to loop forever


https://sourceware.org/bugzilla/show_bug.cgi?id=16038

--- Comment #1 from Will Newton <will.newton at gmail dot com> ---

Passing a very large value for the alignment parameter of
memalign/posix_memalign causes _int_memalign to enter an infinite loop, e.g.:

memalign(-1, 0x1000);

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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