mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 06:50:37 +08:00
Update to FreeBSD head 2018-06-01
Git mirror commit fb63610a69b0eb7f69a201ba05c4c1a7a2739cf9. Update #3472.
This commit is contained in:
@@ -1157,7 +1157,11 @@ usbd_req_get_string_any(struct usb_device *udev, struct mtx *mtx, char *buf,
|
||||
*s == '+' ||
|
||||
*s == ' ' ||
|
||||
*s == '.' ||
|
||||
*s == ',') {
|
||||
*s == ',' ||
|
||||
*s == ':' ||
|
||||
*s == '/' ||
|
||||
*s == '(' ||
|
||||
*s == ')') {
|
||||
/* allowed */
|
||||
s++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user