Opened 13 years ago

Closed 10 years ago

#357 closed enhancement (fixed)

Get rid of strtok() and strtok_r()

Reported by: Jiri Svoboda Owned by: sertorbe
Priority: major Milestone: 0.6.0
Component: helenos/app/bdsh Version: mainline
Keywords: Cc:
Blocker for: Depends on:
See also:

Description

These functions do not support Unicode. Also, strtok() is not reentrant. Only mkdir bdsh module uses these. Rewrite mkdir not to use strtok() (or, if necessary replace with a suitable alternative).

Change History (5)

comment:1 by Jakub Jermář, 12 years ago

Milestone: 0.5.00.5.1

comment:2 by Vojtech Horky, 12 years ago

Component: helenos/unspecifiedhelenos/app/bdsh
Owner: set to Vojtech Horky
Status: newaccepted

comment:3 by Vojtech Horky, 11 years ago

Owner: Vojtech Horky removed
Status: acceptednew

comment:4 by sertorbe, 10 years ago

Owner: set to sertorbe
Status: newaccepted

comment:5 by Jakub Jermář, 10 years ago

Resolution: fixed
Status: acceptedclosed

Merged in mainline,2122.

Note: See TracTickets for help on using tickets.