Are you expecting a "no" from anyone here? ;)
I'll have one, please!
On Wed, 12 Feb 2025 19:44:58 +0100
John Crispin wrote:
> Hi,
>
> starting a [VOTE] to get approval allowing me to begin the
> development of OpenWrt "Two".
>
> "Two" will have all of the features that "One" has with the follo
Sorry, wenn vielleicht unangebracht:
https://www.youtube.com/watch?v=NisCkxU544c
Kudos zum git-send-email-Meistern! 🍺
On Thu, 7 Nov 2024 12:23:04 +0100
Nils Hendrik Rottgardt wrote:
> Hi all.
>
> I am new to OpenWRT devel so thanks for the replies on V1 and V2. I
> decided to make a fresh V3
A colleague made me aware that the '[ -n "$$end" ]' is not necessary since
'read' already returns an exit code.
v3 inc
On Mon, 4 Mar 2024 21:38:56 +0100
"Leon M. Busch-George" wrote:
> From: "Leon M. Busch-George"
>
> The error message "bc: command not found" is easily missed since the
> bu
Oops!
That should have went to the list as well...
On Mon, 4 Mar 2024 15:40:07 +0100
Leon Busch-George wrote:
> Hi Dragan :-)
>
> Thanks for your reply!
>
> On Sat, 02 Mar 2024 22:13:08 +0100
> Dragan Simic wrote:
>
> > > + awk
Oops - sorry! Typos, missing words, missing subject prefix.. Let me resubmit
that.
On Sat, 2 Mar 2024 00:16:20 +0100
"Leon M. Busch-George" wrote:
> From: "Leon M. Busch-George"
>
> This prevents potential buffer overflows while writing to the phy
> name buffer buffer. Additionally, truncate
Hi, that was my mistake - sorry!
Thanks for finding and fixing it :-)
I keep accidentally tapping the R key when jumping over words (E) for some
reason.
"Purging the r's" is something I do quite regularly.
But a 't'? :-D
Regarding the detection of such mistakes:
To retain alphabetical ordering,
Hi Jan,
On Thu, 7 Sep 2023 18:12:56 +0200
Jan Venekamp wrote:
> Could you provided a example / test case for this behaviour?
Before finding and applying Jeff's patch I had written a small test application
that creates a few random sections in the 'dhcp' UCI package and deletes them
again (uc
No idea whether this fix is entirely correct but I also encountered the issue
and the patch fixes them.
When a large enough number of sections is deleted, it is also possible to go out
of bounds leading to segmentation faults.
On Tue, 29 Aug 2023 19:58:46 +0800
Jeff Shiu wrote:
> The package n_
Hi :-)
Recently, a race condition was discovered which relates to `wifi config` being
called before `board_detect`.
It was fixed by creating a marker file `/tmp/.config_pending` (b993a00b82b, in
/etc/init.d/boot).
While the marker is present, `wifi config` exits without doing anything (exit
cod