[1003.1(2016/18)/Issue7+TC2 0001220]: Add an API to query the name of a locale category of a locale object

2020-10-07 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
A NOTE has been added to this issue. == https://austingroupbugs.net/view.php?id=1220 == Reported By:bhaible Assigned To:

[1003.1(2013)/Issue7+TC1 0000697]: Adding of a getdirentries() function

2020-10-07 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
A NOTE has been added to this issue. == https://www.austingroupbugs.net/view.php?id=697 == Reported By:steffen Assigned To:

[1003.1(2013)/Issue7+TC1 0000697]: Adding of a getdirentries() function

2020-10-07 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
A NOTE has been added to this issue. == https://austingroupbugs.net/view.php?id=697 == Reported By:steffen Assigned To:

[1003.1(2013)/Issue7+TC1 0000697]: Adding of a getdirentries() function

2020-10-07 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
A NOTE has been added to this issue. == https://austingroupbugs.net/view.php?id=697 == Reported By:steffen Assigned To:

[1003.1(2016/18)/Issue7+TC2 0001220]: Add an API to query the name of a locale category of a locale object

2020-10-07 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
A NOTE has been added to this issue. == https://austingroupbugs.net/view.php?id=1220 == Reported By:bhaible Assigned To:

[1003.1(2013)/Issue7+TC1 0000697]: Adding of a getdirentries() function

2020-10-07 Thread Austin Group Bug Tracker via austin-group-l at The Open Group
A NOTE has been added to this issue. == https://austingroupbugs.net/view.php?id=697 == Reported By:steffen Assigned To:

RE: Overflow conditions for read() and fread() (was: [1003.1(2013)/Issue7+TC1 0000697]: Adding of a getdirentries() function)

2020-10-07 Thread Wojtek Lerch via austin-group-l at The Open Group
Geoff Clare wrote: > For fread(), the return type is size_t not ssize_t, so it doesn't > have quite the same problem. The question is what should happen if > the mathematical product of the size and nitems arguments is greater > than SIZE_MAX. POSIX defers to the C standard on this and there is

Overflow conditions for read() and fread() (was: [1003.1(2013)/Issue7+TC1 0000697]: Adding of a getdirentries() function)

2020-10-07 Thread Geoff Clare via austin-group-l at The Open Group
> -- > (0005036) shware_systems (reporter) - 2020-10-07 14:28 > https://austingroupbugs.net/view.php?id=697#c5036 > -- > That is an error in read(), and

RE: Overflow conditions for read() and fread() (was: [1003.1(2013)/Issue7+TC1 0000697]: Adding of a getdirentries() function)

2020-10-07 Thread shwaresyst via austin-group-l at The Open Group
The C standard leaves it undefined for fread() because it doesn't require EOVERFLOW in , that I see, or presumes size_t will always be a short or int type. Since POSIX does have it and does not presume a limited width I feel this is a place where a CX extension is warranted as a portability