Opened 15 years ago
Closed 15 years ago
#4647 closed bug (fixed)
Fix fgetln() in libbsd to actually set it's length pointer argument
Reported by: | joshe | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
fgetln() takes a size_t pointer as it's second argument, ostensibly to communicate the length of the returned string. Haiku's fgetln() implementation however ignores the second argument completely. Attached is a patch which corrects this.
Attachments (1)
Change History (2)
by , 15 years ago
Attachment: | fgetln.patch added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Applied in hrev33315. Thanks a lot!