acassis commented on code in PR #3609: URL: https://github.com/apache/nuttx-apps/pull/3609#discussion_r3551378786
########## system/nxplayer/nxplayer_main.c: ########## @@ -319,8 +319,8 @@ static int nxplayer_cmd_playraw(FAR struct nxplayer_s *pplayer, char *parg) int chmap = 0; char filename[128]; - sscanf(parg, "%s %d %d %d %d", filename, &channels, &bpsamp, - &samprate, &chmap); + sscanf(parg, "%127s %d %d %d %d", filename, &channels, &bpsamp, Review Comment: I think there are many places in the source tree where we are not obeying the limits that could be defined in the menuconfig, here is just one of them -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
