Re: [GH] (subversion): Workflow run "autoconf" is working again!

2025-02-28 Thread Evgeny Kotkov via dev
James McCoy writes: > W: subversion/svn/commit-cmd.c:185, > W: subversion/libsvn_client/commit.c:1096, > W: subversion/libsvn_client/commit.c:156: > (apr_err=SVN_ERR_STREAM_SEEK_NOT_SUPPORTED) This error most likely happened due to an oversight in the pristine install stream, and it should be a

Re: Unaligned access in svn_eol__find_eol_start causes crash w/ upcoming GCC 15

2025-02-28 Thread Branko Čibej
On 28. 2. 25 15:23, Daniel Sahlberg wrote: Den fre 28 feb. 2025 kl 15:16 skrev Stefan Sperling : On Fri, Feb 28, 2025 at 02:14:34PM +0100, Branko Čibej wrote: > This is probably the minimal patch to disable this tweak. Thanks, your diff looks good to me. > There's a bunch of

Re: Unaligned access in svn_eol__find_eol_start causes crash w/ upcoming GCC 15

2025-02-28 Thread Daniel Sahlberg
Den fre 28 feb. 2025 kl 15:16 skrev Stefan Sperling : > On Fri, Feb 28, 2025 at 02:14:34PM +0100, Branko Čibej wrote: > > This is probably the minimal patch to disable this tweak. > > Thanks, your diff looks good to me. > > > There's a bunch of > > code that needs to be replaced or removed, though

Re: Unaligned access in svn_eol__find_eol_start causes crash w/ upcoming GCC 15

2025-02-28 Thread Stefan Sperling
On Fri, Feb 28, 2025 at 02:14:34PM +0100, Branko Čibej wrote: > This is probably the minimal patch to disable this tweak. Thanks, your diff looks good to me. > There's a bunch of > code that needs to be replaced or removed, though. These bits of code are easy to spot and remove. Here is a diff f

Re: Unaligned access in svn_eol__find_eol_start causes crash w/ upcoming GCC 15

2025-02-28 Thread Branko Čibej
On 28. 2. 25 13:45, Branko Čibej wrote: On 26. 2. 25 15:20, Stefan Sperling wrote: On Wed, Feb 26, 2025 at 02:54:43PM +0100, Daniel Sahlberg wrote: Should have researched a bit more before replying. There was already some code to do exactly this, but it was removed in r1722879: [[[ stefan2 20

Re: Unaligned access in svn_eol__find_eol_start causes crash w/ upcoming GCC 15

2025-02-28 Thread Branko Čibej
On 26. 2. 25 15:20, Stefan Sperling wrote: On Wed, Feb 26, 2025 at 02:54:43PM +0100, Daniel Sahlberg wrote: Should have researched a bit more before replying. There was already some code to do exactly this, but it was removed in r1722879: [[[ stefan2 2016-01-04 15:17:04 Stop using pointer arit