Search found 3 matches

by OH2CBF
Sat Sep 26, 2020 9:43 am
Forum: Bug reports
Topic: Possibly unintended write to inBuf in codeplugUtilConvertBufToString()
Replies: 6
Views: 2932

Re: Possibly unintended write to inBuf in codeplugUtilConvertBufToString()

This is not a mistake. Right, that's basically all I wanted to confirm. (I got thinking about the different ways the code could backfire, ie. calling the function twice with the same inBuf ptr, etc, but I didn't check all the calls of the function in the code.) The codeplug format does not use the ...
by OH2CBF
Sun Sep 20, 2020 3:36 pm
Forum: Bug reports
Topic: Possibly unintended write to inBuf in codeplugUtilConvertBufToString()
Replies: 6
Views: 2932

Re: Possibly unintended write to inBuf in codeplugUtilConvertBufToString()

Hi Daniel I don't think my problem is related to the issue I reported. Writing back to memory referenced with pointer called "input" just seemed to me like a mistake which could cause some unexpected results. Anyway, I am not familiar with your codebase, and if that is intended, just ignore my repor...
by OH2CBF
Sun Sep 20, 2020 12:18 pm
Forum: Bug reports
Topic: Possibly unintended write to inBuf in codeplugUtilConvertBufToString()
Replies: 6
Views: 2932

Possibly unintended write to inBuf in codeplugUtilConvertBufToString()

While looking into the code, to understand why the contact name has stopped showing up while receving in DMR mode, I noticed that in function "void codeplugUtilConvertBufToString(...)" the buffer to which inBuf points to gets written to. Seems like this might be unintentional and could cause some un...