double-slashes: 'libbb//whatever.c'.
> The last char of the parameter passed to 'find' is being erased if there
> is no slash.
This line is wrong:
> if (last_char_is_fast(path, '/', pathlen) == NULL) pathlen--;
If you replace "==" with "!="
em.
Eike
--
Besuchen Sie uns auf der Embedded World 2024
9. bis 11. April 2024 | Messe Nürnberg
Sie finden uns in Halle 4, Stand 336
--
Rolf Eike Beer
emlix GmbH
Headquarters: Berliner Str. 12, 37073 Göttingen, Germany
Phone +49 (0)551 30664-0, e-mail i...@emlix.com
District Court of Göttingen, Regi
quot;extension".
>
> 3) ...
Use explicit_bzero() when available, or create such a function for
configurations where it is not.
Eike
--
Rolf Eike Beer, emlix GmbH, http://www.emlix.com
Fon +49 551 30664-0, Fax +49 551 30664-11
Gothaer Platz 3, 37083 Göttingen, Germany
Sitz der Gesells
uch work to fix that I believe,
but still inefficient if multiple people now start testing their patch skills.
Can we get a fixed version instead, please?
Greetings,
Eike
--
Rolf Eike Beer, emlix GmbH, http://www.emlix.com
Fon +49 551 30664-0, Fax +49 551 30664-11
Gothaer Platz 3, 37083 G
Am Dienstag, 13. August 2019, 17:41:56 CEST schrieb Rolf Eike Beer:
> Signed-off-by: Rolf Eike Beer
> ---
> examples/udhcp/simple.script | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/examples/udhcp/simple.script b/examples/udhcp/simple.script
Am Donnerstag, 5. September 2019, 14:57:15 CEST schrieb Denys Vlasenko:
> On Wed, Aug 14, 2019 at 9:50 AM Rolf Eike Beer wrote:
> > Hi all,
> >
> > I have discovered some problems with examples/udhcp/simple.script. I know,
> > it's an example, and a simplified
get you
anywhere.
Greetings,
Eike
--
Rolf Eike Beer, emlix GmbH, http://www.emlix.com
Fon +49 551 30664-0, Fax +49 551 30664-11
Gothaer Platz 3, 37083 Göttingen, Germany
Sitz der Gesellschaft: Göttingen, Amtsgericht Göttingen HR B 3160
Geschäftsführung: Heike Jordan, Dr. Uwe Kracke – Ust-IdNr.: DE
Signed-off-by: Rolf Eike Beer
---
examples/udhcp/simple.script | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/udhcp/simple.script b/examples/udhcp/simple.script
index 53974e6d6..61cc3fe1f 100755
--- a/examples/udhcp/simple.script
+++ b/examples/udhcp/simple.script
Am Dienstag, 25. Juni 2019, 12:34:33 CEST schrieb Rolf Eike Beer:
> Am Montag, 24. Juni 2019, 11:03:59 CEST schrieb Rolf Eike Beer:
> > Hi,
> >
> > we have a project using uclibc-ng (tested both version 1.0.29 and 1.0.31)
> > and busybox. Since commit ce51140664d82
Am Montag, 24. Juni 2019, 11:03:59 CEST schrieb Rolf Eike Beer:
> Hi,
>
> we have a project using uclibc-ng (tested both version 1.0.29 and 1.0.31)
> and busybox. Since commit ce51140664d82300d25b096b4a41f01fdfd766b3 passwd
> crashes (segfault) when doing this:
>
> e
crash and restores functionality, but of course
the original bug would be there again.
Greetings,
Eike
--
Rolf Eike Beer, emlix GmbH, http://www.emlix.com
Fon +49 551 30664-0, Fax +49 551 30664-11
Gothaer Platz 3, 37083 Göttingen, Germany
Sitz der Gesellschaft: Göttingen, Amtsgericht Göttingen
If /etc/resolv.conf is a symlink to a tmpfs and the actual file does not
already exist, "readlink -f" will not detect it as symlink. Explicitely check
for that condition before and touch the file, making the other code work as
intended.
Signed-off-by: Rolf Eike Beer
---
exam
12 matches
Mail list logo