public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Christian Ebner <c.ebner@proxmox.com>
To: Proxmox Backup Server development discussion
	<pbs-devel@lists.proxmox.com>,
	Maximiliano Sandoval <m.sandoval@proxmox.com>
Subject: Re: [pbs-devel] [PATCH proxmox] lang: Remove offsetof macro
Date: Fri, 30 Jan 2026 09:15:00 +0100	[thread overview]
Message-ID: <f0388480-3880-4ea0-9df7-3fb14b48de04@proxmox.com> (raw)
In-Reply-To: <20260126141215.401447-1-m.sandoval@proxmox.com>

On 1/26/26 3:11 PM, Maximiliano Sandoval wrote:
> With rust 1.90 this will crash while running cargo test with
> 
> $ RUST_BACKTRACE=1 cargo test
> 
> null pointer dereference occurred
> stack backtrace:
>     0: __rustc::rust_begin_unwind
>               at /usr/src/rustc-1.90.0/library/std/src/panicking.rs:697:5
>     1: core::panicking::panic_nounwind_fmt::runtime
>               at /usr/src/rustc-1.90.0/library/core/src/panicking.rs:117:22
>     2: core::panicking::panic_nounwind_fmt
>               at /usr/src/rustc-1.90.0/library/core/src/intrinsics/mod.rs:2367:9
>     3: core::panicking::panic_null_pointer_dereference
>               at /usr/src/rustc-1.90.0/library/core/src/panicking.rs:311:5
>     4: rust_out::main::_doctest_main_proxmox_lang_src_lib_rs_71_0
>     5: rust_out::main
>     6: core::ops::function::FnOnce::call_once
> 
> Note that the deref_nullptr lint is going to be denied by default on 1.93.
> 
> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
> ---
> 
> As far as my greeping was able to tell, there should be no other users than the
> docstring.

Could not find any remaining users in our codebase as well, and since 
this macro has been deprecated since June 2024 according to the debian 
changelog, any remaining users should have already been moved to 
`std::mem::offset_of!` replacement anyways.

Therefore consider:

Acked-by: Christian Ebner <c.ebner@proxmox.com>




      reply	other threads:[~2026-01-30  8:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-26 14:12 Maximiliano Sandoval
2026-01-30  8:15 ` Christian Ebner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f0388480-3880-4ea0-9df7-3fb14b48de04@proxmox.com \
    --to=c.ebner@proxmox.com \
    --cc=m.sandoval@proxmox.com \
    --cc=pbs-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal