this post was submitted on 31 Aug 2024
11 points (100.0% liked)

General Programming Discussion

7728 readers
17 users here now

A general programming discussion community.

Rules:

  1. Be civil.
  2. Please start discussions that spark conversation

Other communities

Systems

Functional Programming

Also related

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] velox_vulnus@lemmy.ml 3 points 1 month ago (1 children)

But wouldn't this be potentially unsafe? What programming language has this type of implementation, by the way?

[โ€“] SubArcticTundra@lemmy.ml 4 points 1 month ago* (last edited 1 month ago)

Hmm I think I saw it in a C library

Edit: Might have been this one https://github.com/msteinert/bstring

Edit: actually seems it's this one. Look at what happens to ystr_header_t https://github.com/Amaury/Ylib/blob/master/src/ystr.c