Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8951539
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T13:41:17+00:00 2026-06-15T13:41:17+00:00

I feel like this question has been answered but no implementation I’ve found from

  • 0

I feel like this question has been answered but no implementation I’ve found from googling it has offered the protection I need.

I am working with linux 3.2.2.

I wish to copy variables from user space to kernal space as safely as possible. This includes a struct pointer, and a null terminated string. How could i ensure my struct pointer is valid? (access_ok on (void*) -1 does not catch it) I want it to be basically idiot proof…

For the null terminated string i don’t know the length and some of the functions that copy these null terminated strings want a size.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T13:41:18+00:00Added an answer on June 15, 2026 at 1:41 pm

    Solved: So the best solution I found was actually the code I was using just put an and instead of an or.

    check if ptr is null first of all.
    then

    access_ok(VERIFY_READ/WRITE,ptr,structsize)
    

    if this passes our usr ptr or struct is within the user address space.
    finally use

    int copy_from_user(void* dest, void* src,size_t len)
    

    and make sure destPtr points to a space in kernel thats size is obviously >= structsize.
    Even now there is no guarantee that the data in the structure is useful, or what you want at all. It just is raw data that will not cause a kernel panic. So now you can check each member of the struct for valid data. there is some more useful information on this

    https://www.ibm.com/developerworks/linux/library/l-kernel-memory-access/

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I feel like this question has been asked before but the answers seem pretty
I feel like this question has to have been asked but for the life
I feel like this question has been asked many times, but the solution is
I feel like this question has already been asked and answered, yet I couldn't
I know this question has been somewhat dealt with before, but I feel like
I feel like this question has probably been asked a thousand times already, so
I know this question has been asked before, but I feel it wasn't asked
I feel like this one has been asked before, but I'm unable to find
Although I feel like this question has been beat to death. I still haven't
edited for clarity I feel like this question already has an answer, but I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.