On 20/08/2020 08:04, Sebastian Huber wrote:
Hallo Aschref,
könntest du bitte die Reviews auf der RTEMS Mailinglist vorrangig
behandeln. Wenn man einen Patch an die Mailingliste schickt, dann
sollte man das auch durchziehen.
Der Betreff im Commit sollte den Bereich der Änderung möglichst gen
Hallo Aschref,
könntest du bitte die Reviews auf der RTEMS Mailinglist vorrangig
behandeln. Wenn man einen Patch an die Mailingliste schickt, dann sollte
man das auch durchziehen.
Der Betreff im Commit sollte den Bereich der Änderung möglichst genau
als Stichwort enthalten. Es gibt viele psx
On 13/08/2020 17:58, Aschref Ben-Thabet wrote:
From: Aschref Ben Thabet
replace strncpy with strdup to silence this warning since it tries to
allocate enough memory to hold the old string (plus a '\0' character
to mark the end of the string).
Could you please check if the use of the sizeof he
From: Aschref Ben Thabet
replace strncpy with strdup to silence this warning since it tries to
allocate enough memory to hold the old string (plus a '\0' character
to mark the end of the string).
---
testsuites/psxtests/psxndbm01/init.c | 5 +
1 file changed, 1 insertion(+), 4 deletions(-)