Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relibc
Manage
Activity
Members
Labels
Plan
Issues
48
Issue boards
Milestones
Wiki
Code
Merge requests
13
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
redox-os
relibc
Merge requests
!238
Don't use fn pointers when they can be NULL: it's UB
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Don't use fn pointers when they can be NULL: it's UB
fix-ub-fn-pointers
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Closed
AdminXVII
requested to merge
fix-ub-fn-pointers
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Using nullable fn pointers is UB in rust. Use an option and/or an union to avoid it.
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ca0cc2d1
1 commit,
5 years ago
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
1
Search (e.g. *.vue) (Ctrl+P)